I want to export Stata regression output in .tex format for inclusion in Overleaf text editor as a table (\begin{table}). However, this causes problems in Overleaf (when using \begin{table}), since the preamble is already set.
I want to directly export my output into LaTeX, but without the following:
Is this possible?
Edit: I am using outreg2 using myname, app label nocons tex
I want to directly export my output into LaTeX, but without the following:
HTML Code:
\documentclass[]{article}
\setlength{\pdfpagewidth}{8.5in} \setlength{\pdfpageheight}{11in}
\begin{document}
Edit: I am using outreg2 using myname, app label nocons tex

Comment